Vairified TypeScript SDK - v0.3.1
    Preparing search index...

    Interface AuthorizationResponse

    Response from starting an OAuth authorization flow.

    interface AuthorizationResponse {
        authorizationUrl: string;
        code: string;
        state?: string;
    }
    Index

    Properties

    authorizationUrl: string
    code: string
    state?: string