authentication module
APIs for authentication.
Type Aliases
| AccessToken |
Public AccessToken type used across the SDK. |
| AuthenticationOptions |
Options for configuring authentication. |
| ScopeBehavior |
Union type representing the available scope behaviors. |
Variables
| Scope |
Defines the possible scope behaviors for the SDK's authentication API. |
Variable Details
ScopeBehaviors
Defines the possible scope behaviors for the SDK's authentication API.
ScopeBehaviors: Readonly<{ EhrScoped: "ehrScoped", ServiceScoped: "serviceScoped" }>
Type
Readonly<{ EhrScoped: "ehrScoped", ServiceScoped: "serviceScoped" }>