AuthorizationServerSecretsContract interface
OAuth Server Secrets Contract.
Properties
client |
oAuth Authorization Server Secrets. |
resource |
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password. |
resource |
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username. |
Property Details
clientSecret
oAuth Authorization Server Secrets.
clientSecret?: string
Property Value
string
resourceOwnerPassword
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.
resourceOwnerPassword?: string
Property Value
string
resourceOwnerUsername
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.
resourceOwnerUsername?: string
Property Value
string