![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowCredentialsPassword | WithUsername (string username) |
| IAllowCredentialsIntoCredentials | WithCredentials (ICredentials credentials) |
| IAllowCredentialsIntoCredentials | WithServiceKey (string key) |
| IAllowCredentialsIntoCredentials | WithKeyFromEnv (string envVariableName) |
| IAllowKeyFromApiEndpoint | WithKeyFromApi (IRESTClient restClient) |
| Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult > | |
| TResult | ToGPALObject () |
Definition at line 322 of file Interfaces.cs.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsUsername.WithCredentials | ( | ICredentials | credentials | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowKeyFromApiEndpoint GenerallyPositive.IAllowCredentialsUsername.WithKeyFromApi | ( | IRESTClient | restClient | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsUsername.WithKeyFromEnv | ( | string | envVariableName | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsUsername.WithServiceKey | ( | string | key | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsPassword GenerallyPositive.IAllowCredentialsUsername.WithUsername | ( | string | username | ) |
Implemented in GenerallyPositive.Credentials.