FullOAuthAuthorizationURLOptions type Signature: export declare type FullOAuthAuthorizationURLOptions = OAuthAuthorizationURLOptions & { providerID: string; codeChallenge: string; };