@health-samurai/aidbox-client
    Preparing search index...

    Type Alias SmartConfiguration

    SMART configuration document fields read by this implementation.

    type SmartConfiguration = {
        issuer?: string;
        authorization_endpoint: string;
        token_endpoint: string;
        revocation_endpoint?: string;
        code_challenge_methods_supported?: string[];
        scopes_supported?: string[];
        capabilities?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    issuer?: string
    authorization_endpoint: string
    token_endpoint: string
    revocation_endpoint?: string
    code_challenge_methods_supported?: string[]
    scopes_supported?: string[]
    capabilities?: string[]