REST.Authenticator.OAuth.TOAuth2Authenticator.ResetToDefaults
Delphi
procedure ResetToDefaults; override;
C++
virtual void __fastcall ResetToDefaults();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | REST.Authenticator.OAuth.pas REST.Authenticator.OAuth.hpp |
REST.Authenticator.OAuth | TOAuth2Authenticator |
説明
認証クラスのすべてのプロパティをデフォルト値に戻します。
ResetToDefaults は、クライアント ID、認可トークンおよびアクセス トークン、URL エンドポイントの値を、空の文字列にリセットします。
ResetToDefaults は、トークンの種類、応答の種類、アクセス トークン名の値を、デフォルト値に戻します。
関連項目
- REST.Authenticator.OAuth.TOAuth2Authenticator.ClientID
- REST.Authenticator.OAuth.TOAuth2Authenticator.ClientSecret
- REST.Authenticator.OAuth.TOAuth2Authenticator.AuthCode
- REST.Authenticator.OAuth.TOAuth2Authenticator.AccessToken
- REST.Authenticator.OAuth.TOAuth2Authenticator.AccessTokenExpiry
- REST.Authenticator.OAuth.TOAuth2Authenticator.Scope
- REST.Authenticator.OAuth.TOAuth2Authenticator.RefreshToken
- REST.Authenticator.OAuth.TOAuth2Authenticator.LocalState
- REST.Authenticator.OAuth.DefaultOAuth2TokenType
- REST.Authenticator.OAuth.DefaultOAuth2ResponseType
- REST.Authenticator.OAuth.DefaultOAuth2AccessTokenParamName
- REST.Authenticator.OAuth.TOAuth2Authenticator.AuthorizationEndpoint
- REST.Authenticator.OAuth.TOAuth2Authenticator.AccessTokenEndpoint
- REST.Authenticator.OAuth.TOAuth2Authenticator.RedirectionEndpoint