Type alias: OAuthConfigInternal<P>
providers.OAuthConfigInternal
Ƭ OAuthConfigInternal<P
>: Omit
<OAuthConfig
<P
>, OAuthEndpointType
> & { authorization?
: { url
: URL
} ; token?
: { url
: URL
; request?
: TokenEndpointHandler
["request"
] } ; userinfo?
: { url
: URL
; request?
: UserinfoEndpointHandler
["request"
] } } & Pick
<Required
<OAuthConfig
<P
>>, "clientId"
| "checks"
| "profile"
>
We parsesd authorization
, token
and userinfo
to always contain a valid URL
, with the params
Type parameters​
Name |
---|
P |