BuildForge::API::Auth
my $Auth = new BuildForge::API::Auth(); $Auth->{'authid'} = "My Auth Block"; $Auth->{'username'} = "myuser"; $Auth->{'password'} = "myuserspass"; $Auth->Create();
This is available to use after a BuildForge::API object has been instantiated. It is used to create new authentication blobs for use with BuildForge servers.
new({AuthParamsHashRef})
Create an object to access existing auth information or to add a new server authetication blob to the BuildForge console.
Create()
Create a new server authentication blob. Requires 'authid' to be set.
Update()
Updates a server authentication blob. Requires 'authid' to be set.
Delete()
Deletes the server authentication blob. Requires the 'authid' to be set.
Sync()
Syncs the server authentication object with information from the console database. Requires the 'authid' to be set.
BuildForge, Inc.