@valon-technologies/gestalt
    Preparing search index...

    Interface AuthorizeResponse

    AuthorizeResponse returns the HTTP Location redirect URI containing RFC 6749 response parameters.

    interface AuthorizeResponse {
        redirectUri: string;
    }
    Index

    Properties

    Properties

    redirectUri: string