Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthorizationServerSecretsContract

Package version

OAuth Server Secrets Contract.

Hierarchy

  • AuthorizationServerSecretsContract

Index

Properties

Optional clientSecret

clientSecret: undefined | string

oAuth Authorization Server Secrets.

Optional resourceOwnerPassword

resourceOwnerPassword: undefined | string

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

Optional resourceOwnerUsername

resourceOwnerUsername: undefined | string

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

Generated using TypeDoc