![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowCredentialsIntoCredentials | GetCredentialsFor (string target) |
| IAllowCredentialsIntoCredentials | WithDomain (string domain) |
| IAllowGetCredentials | SaveTo (IGPALGrid< string > grid) |
| IAllowCredentialsIntoCredentials | WithAuthCode (string authCode) |
| IAllowCredentialsIntoCredentials | WithRefreshToken (string refreshToken) |
| IAllowCredentialsIntoCredentials | WithScope (OAuthScope scope) |
| Public Member Functions inherited from GenerallyPositive.IAllowGetCredentials | |
| void | FetchAccessToken (out string accessToken) |
| Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult > | |
| TResult | ToGPALObject () |
Definition at line 377 of file Interfaces.cs.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.GetCredentialsFor | ( | string | target | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowGetCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.SaveTo | ( | IGPALGrid< string > | grid | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.WithAuthCode | ( | string | authCode | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.WithDomain | ( | string | domain | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.WithRefreshToken | ( | string | refreshToken | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.WithScope | ( | OAuthScope | scope | ) |
Implemented in GenerallyPositive.Credentials.