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

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

Detailed Description

Definition at line 322 of file Interfaces.cs.

Member Function Documentation

◆ WithCredentials()

IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsUsername.WithCredentials ( ICredentials credentials)

◆ WithKeyFromApi()

IAllowKeyFromApiEndpoint GenerallyPositive.IAllowCredentialsUsername.WithKeyFromApi ( IRESTClient restClient)

◆ WithKeyFromEnv()

IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsUsername.WithKeyFromEnv ( string envVariableName)

◆ WithServiceKey()

IAllowCredentialsIntoCredentials GenerallyPositive.IAllowCredentialsUsername.WithServiceKey ( string key)

◆ WithUsername()

IAllowCredentialsPassword GenerallyPositive.IAllowCredentialsUsername.WithUsername ( string username)

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