@pocketsign/klon-sdk
    Preparing search index...

    Interface AuthorizeOptions

    client.createAuthorizationURL() のオプション

    interface AuthorizeOptions {
        acrValues?: readonly string[];
        authorizationDetails?: readonly AuthorizationDetailInput[];
        grantManagementAction?: GrantManagementAction;
        maxAge?: number;
        prompt?: readonly string[];
        scopes?: readonly string[];
        usePAR?: boolean;
    }
    Index

    Properties

    acrValues?: readonly string[]

    ACR 値の配列

    authorizationDetails?: readonly AuthorizationDetailInput[]

    RFC 9396 Authorization Details。SDK が JSON 文字列を自動構築する。

    grantManagementAction?: GrantManagementAction

    Grant Management API の操作種別 (grant_management_action)。

    maxAge?: number

    認証の最大経過時間 (秒)

    prompt?: readonly string[]

    prompt 値の配列

    scopes?: readonly string[]

    スコープ配列。デフォルト: [Scopes.OPENID]

    usePAR?: boolean

    RFC 9126 Pushed Authorization Requests