共用方式為


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}