Node.js SDK for digi.me
    Preparing search index...

    Interface GetAuthorizeUrlResponse

    interface GetAuthorizeUrlResponse {
        codeVerifier: string;
        session: Session;
        url: string;
    }
    Index

    Properties

    codeVerifier: string

    A string that will be required when exchanging for an user access token

    session: Session

    A session that can be used to read data. Can only be used after a successful authorization

    url: string

    The URL to redirect users to to trigger the authorization process.