Type alias RedirectURLOptions
RedirectURLOptions: {
access_type?: string;
client_id: string;
prompt?: string;
redirect_uri: string;
response_type?: string;
scope?: string[];
state?: string;
}
Type declaration
Optional access_type?: string
client_id: string
Optional prompt?: string
redirect_uri: string
Optional response_type?: string
Optional scope?: string[]
Optional state?: string