Skip to main content

AuthTokenRequestArgs

type AuthTokenRequestArgs = {
clientId: string;
clientSecret: string;
code: string;
redirectUri?: string;
};

Properties

clientId

clientId: string;

clientSecret

clientSecret: string;

code

code: string;

redirectUri?

optional redirectUri: string;