Options
All
  • Public
  • Public/Protected
  • All
Menu

The three security endpoints that SMART servers might declare in the conformance statement

Hierarchy

  • OAuthSecurityExtensions

Index

Properties

authorizeUri: string

You must call this endpoint to ask for authorization code

codeChallengeMethods: string[]

Supported PKCE Code challenge methods

registrationUri: string

You could register new SMART client at this endpoint (if the server supports dynamic client registration)

tokenUri: string

You must call this endpoint to exchange your authorization code for an access token.

Generated using TypeDoc