Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationExchangeAadAccessTokenForAcrRefreshTokenOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • AuthenticationExchangeAadAccessTokenForAcrRefreshTokenOptionalParams

Index

Properties

Optional accessToken

accessToken: undefined | string

AAD access token, mandatory when grant_type is access_token_refresh_token or access_token.

Optional refreshToken

refreshToken: undefined | string

AAD refresh token, mandatory when grant_type is access_token_refresh_token or refresh_token

Optional tenant

tenant: undefined | string

AAD tenant associated to the AAD credentials.

Generated using TypeDoc