|
Credentials
Represents a username and password pair for authenticating against secure services.
Autogenerated note: this page is automatically generated from embedded documentation in the PHP source. OverviewConstructors
Methods
Constructor DetailCredentialspublic Credentials(mixed username, mixed password) Construct a new instance of this class
Method Detailget_authpublic void get_auth() Obtain the username and password combined for authentication.
get_passwordpublic void get_password() Obtain the password
get_usernamepublic void get_username() Obtain the username
Generated by PHPDoctor 2RC2 | |
► Sign in to add a comment