AuthorizationServerSecretsContract interface

OAuth Server Secrets Contract.

Properties

clientSecret

oAuth Authorization Server Secrets.

resourceOwnerPassword

Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.

resourceOwnerUsername

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