次の方法で共有


AuthorizationProviderOAuth2GrantTypes interface

承認プロバイダー oauth2 許可の種類の設定

プロパティ

authorizationCode

OAuth2 承認コードの許可パラメーター

clientCredentials

OAuth2 クライアント資格情報の付与パラメーター

プロパティの詳細

authorizationCode

OAuth2 承認コードの許可パラメーター

authorizationCode?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

clientCredentials

OAuth2 クライアント資格情報の付与パラメーター

clientCredentials?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}