Array of strings representing SMART capabilities (e.g., single-sign-on or launch-standalone) that the server supports.
Optionalcode_RECOMMENDED! PKCE challenge methods the server supports.
Optionalintrospection_RECOMMENDED! URL to a server’s introspection endpoint that can be used to validate a token.
Optionalmanagement_RECOMMENDED! URL where an end-user can view which applications currently have access to data and can make adjustments to these access rights.
Optionalregistration_If available, URL to the OAuth2 dynamic registration endpoint for the FHIR server.
Optionalresponse_Array of OAuth2 response_type values that are supported
Optionalrevocation_RECOMMENDED! URL to a server’s revoke endpoint that can be used to revoke a token.
Optionalscopes_Array of scopes a client may request.
URL to the OAuth2 token endpoint.
Optionaltoken_Array of client authentication methods supported by the token endpoint. The options are “client_secret_post” and “client_secret_basic”.
URL to the OAuth2 authorization endpoint.