auth.provider API
    Preparing search index...

    Interface GenerateTokenResponseOptions

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

    Properties

    Properties

    tokenType?: "Bearer" | "DPoP"

    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.