![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowClientSecret | WithClientId (string clientId) |
| IAllowCredentialsIntoCredentials | WithServiceAccountKey (GPALFile serviceAccountKeyFile) |
| IAllowCredentialsIntoCredentials | WithServiceAccountKey (string serviceAccountKey) |
| IAllowCredentialsIntoCredentials | WithServiceAccountKey (GoogleServiceAccountKey serviceAccountKey) |
Definition at line 354 of file Interfaces.cs.
| IAllowClientSecret GenerallyPositive.IAllowClientId.WithClientId | ( | string | clientId | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowClientId.WithServiceAccountKey | ( | GoogleServiceAccountKey | serviceAccountKey | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowClientId.WithServiceAccountKey | ( | GPALFile | serviceAccountKeyFile | ) |
Implemented in GenerallyPositive.Credentials.
| IAllowCredentialsIntoCredentials GenerallyPositive.IAllowClientId.WithServiceAccountKey | ( | string | serviceAccountKey | ) |
Implemented in GenerallyPositive.Credentials.