GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowCredentialsIntoCredentials Interface Reference
Inheritance diagram for GenerallyPositive.IAllowCredentialsIntoCredentials:
GenerallyPositive.IAllowGetCredentials GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.ICredentials GenerallyPositive.Credentials

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 ()

Detailed Description

Definition at line 377 of file Interfaces.cs.

Member Function Documentation

◆ GetCredentialsFor()

IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.GetCredentialsFor ( string target)

◆ SaveTo()

IAllowGetCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.SaveTo ( IGPALGrid< string > grid)

◆ WithAuthCode()

IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.WithAuthCode ( string authCode)

◆ WithDomain()

IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.WithDomain ( string domain)

◆ WithRefreshToken()

IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.WithRefreshToken ( string refreshToken)

◆ WithScope()

IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsIntoCredentials.WithScope ( OAuthScope scope)

The documentation for this interface was generated from the following file: