![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowCredentialsServiceKeyWithCredentials | WithWebAuth (WebAuthType webAuthType) |
| IAllowCredentialsServiceKeyWithCredentials | WithAccessToken (string accessToken) |
| IAllowCredentialsServiceKeyWithCredentials | WithAuthRedirectUrl (string redirectUrl) |
| Public Member Functions inherited from GenerallyPositive.IAllowClientId | |
| IAllowClientSecret | WithClientId (string clientId) |
| IAllowCredentialsIntoCredentials | WithServiceAccountKey (GPALFile serviceAccountKeyFile) |
| IAllowCredentialsIntoCredentials | WithServiceAccountKey (string serviceAccountKey) |
| IAllowCredentialsIntoCredentials | WithServiceAccountKey (GoogleServiceAccountKey serviceAccountKey) |
| Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult > | |
| TResult | ToGPALObject () |
Definition at line 365 of file Interfaces.cs.
| IAllowCredentialsServiceKeyWithCredentials GenerallyPositive.IAllowCredentialsServiceKeyWithCredentials.WithAccessToken | ( | string | accessToken | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsServiceKeyWithCredentials GenerallyPositive.IAllowCredentialsServiceKeyWithCredentials.WithAuthRedirectUrl | ( | string | redirectUrl | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsServiceKeyWithCredentials GenerallyPositive.IAllowCredentialsServiceKeyWithCredentials.WithWebAuth | ( | WebAuthType | webAuthType | ) |
Implemented in GenerallyPositive.Credentials.