TSigmaOAuth2 Class

Represents type TSigmaOAuth2.

Namespace: Sigma.Document
TObject
  Sigma.Document.TSigmaOAuth2
type
 TSigmaOAuth2 = class(TObject)
 end;

The TSigmaOAuth2 type exposes the following members.

Show:
 NameDescription
Create(String)

Initializes a new instance of the TSigmaOAuth2 class.

Top
Show:
 NameDescription
AccessToken

Represents property AccessToken.

AuthURI

Represents property AuthURI.

BaseURI

Represents property BaseURI.

ClientId

Represents property ClientId.

DefaultExpireIn

Represents property DefaultExpireIn.

GrantType

Represents property GrantType.

LocalServerPort

Represents property LocalServerPort.

LogoutURI

Represents property LogoutURI.

OnAuthorize

Represents property OnAuthorize.

RefreshToken

Represents property RefreshToken.

Scope

Represents property Scope.

Secret

Represents property Secret.

State

Represents property State.

TokenURI

Represents property TokenURI.

UniqueName

Represents property UniqueName.

WindowHeight

Represents property WindowHeight.

WindowWidth

Represents property WindowWidth.

Top
Show:
 NameDescription
GetAccessToken

Represents method GetAccessToken.

GetAuthURI

Represents method GetAuthURI.

GetBaseURI

Represents method GetBaseURI.

GetClientId

Represents method GetClientId.

GetDefaultExpireIn

Represents method GetDefaultExpireIn.

GetGrantType

Represents method GetGrantType.

GetLocalServerPort

Represents method GetLocalServerPort.

GetLogoutURI

Represents method GetLogoutURI.

GetRefreshToken

Represents method GetRefreshToken.

GetScope

Represents method GetScope.

GetSecret

Represents method GetSecret.

GetState

Represents method GetState.

GetTokenURI

Represents method GetTokenURI.

GetUniqueName

Represents method GetUniqueName.

IsLoggedIn

Represents method IsLoggedIn.

LoadRefreshKey

Represents method LoadRefreshKey.

LogOut

Represents method LogOut.

SaveRefreshKey

Represents method SaveRefreshKey.

SetAccessToken(String)

Represents method SetAccessToken(String).

SetAuthURI(String)

Represents method SetAuthURI(String).

SetBaseURI(String)

Represents method SetBaseURI(String).

SetClientId(String)

Represents method SetClientId(String).

SetDefaultExpireIn(Integer)

Represents method SetDefaultExpireIn(Integer).

SetGrantType(String)

Represents method SetGrantType(String).

SetLocalServerPort(Integer)

Represents method SetLocalServerPort(Integer).

SetLogoutURI(String)

Represents method SetLogoutURI(String).

SetRedirctURI(String)

Represents method SetRedirctURI(String).

SetRefreshToken(String)

Represents method SetRefreshToken(String).

SetScope(String)

Represents method SetScope(String).

SetSecret(String)

Represents method SetSecret(String).

SetState(String)

Represents method SetState(String).

SetTokenURI(String)

Represents method SetTokenURI(String).

TokenValid

Represents method TokenValid.

Top