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