nylas
    Preparing search index...

    Interface PKCEAuthURL

    Interface of the object containing the OAuth 2.0 URL as well as the hashed secret.

    interface PKCEAuthURL {
        secret: string;
        secretHash: string;
        url: string;
    }
    Index

    Properties

    Properties

    secret: string

    Server-side challenge used in the OAuth 2.0 flow

    secretHash: string

    SHA-256 hash of the secret

    url: string

    The URL for hosted authentication