AuthorizationProviderOAuth2GrantTypes interface
承認プロバイダー oauth2 許可の種類の設定
プロパティ
authorization |
OAuth2 承認コードの許可パラメーター |
client |
OAuth2 クライアント資格情報の付与パラメーター |
プロパティの詳細
authorizationCode
OAuth2 承認コードの許可パラメーター
authorizationCode?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
clientCredentials
OAuth2 クライアント資格情報の付与パラメーター
clientCredentials?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}