
Public Member Functions | |
| LocalCredentials (string username, string password) | |
| Set the credentials locally. | |
| bool | AuthorizationHeaderToCredentials (string authHeader) |
| Gets the credentials from an encoded authorization header. | |
| bool | HasCredentials () |
| Returns whether the object has credentials. | |
Note: Today we only support 'basic'
| Simias::LocalCredentials::LocalCredentials | ( | string | username, | |
| string | password | |||
| ) | [inline] |
Set the credentials locally.
| username | User name as string | |
| password | Password as string |
| bool Simias::LocalCredentials::AuthorizationHeaderToCredentials | ( | string | authHeader | ) | [inline] |
Gets the credentials from an encoded authorization header.
| authHeader |
| bool Simias::LocalCredentials::HasCredentials | ( | ) | [inline] |
Returns whether the object has credentials.
1.5.6