Interface NextDrupalAuthClientIdSecret

interface NextDrupalAuthClientIdSecret {
    clientId: string;
    clientSecret: string;
    scope?: string;
    url?: string;
}

Properties

clientId: string
clientSecret: string
scope?: string
url?: string