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

    Interface PushedAuthorizationResponse

    interface PushedAuthorizationResponse {
        request_uri: string;
        expires_in: number;
    }
    Index

    Properties

    request_uri: string

    The request URI corresponding to the authorization request posted. This URI is a single-use reference to the respective request data in the subsequent authorization request.

    expires_in: number

    This URI is a single-use reference to the respective request data in the subsequent authorization request.