MonoCloud Authentication SDK
    Preparing search index...

    Response from a Pushed Authorization Request (PAR) endpoint.

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

    Properties

    expires_in: number

    Request URI lifetime in seconds.

    request_uri: string

    URI reference for the pushed authorization request.