Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Type Alias AuthorizeResponse

    The response from the authorize endpoint.

    type AuthorizeResponse = {
        auth_req_id: string;
        expires_in: number;
        interval: number;
    }
    Index

    Properties

    auth_req_id: string

    The authorization request ID.

    expires_in: number

    The duration in seconds until the authentication request expires.

    interval: number

    The interval in seconds to wait between poll requests.