auth.provider API
    Preparing search index...

    Interface GenerateTokenResponseOptions

    interface GenerateTokenResponseOptions {
        tokenType?: "DPoP" | "Bearer";
    }
    Index
    tokenType?: "DPoP" | "Bearer"

    Wire-level token_type for the response envelope. Defaults to "Bearer". Set to "DPoP" when the issued access token has a DPoP confirmation (RFC 9449 §5). mTLS-bound tokens keep "Bearer" per RFC 8705 §3.