Vana SDK - v3.5.0
    Preparing search index...

    Interface AuthorizationUrlResult

    interface AuthorizationUrlResult {
        url: string;
        state: string;
    }
    Index

    Properties

    Properties

    url: string

    The full authorize URL to redirect / window.open to.

    state: string

    The state value the auth server will echo back; used for CSRF check.