YahooProvider
Reference doc for the `YahooProvider`.
Use this provider to authenticate with Yahoo.
Methods
YahooProvider
Parameters
The config for the provider.config
YahooConfig
Returns Provider
Create a Yahoo OAuth2 provider.
YahooConfig
-
clientID
string
-
clientSecret
string
-
query?
Record
<
string
,string
>
-
scopes
string
[]
YahooConfig.clientID
Type string
The client ID.
This is just a string to identify your app.
YahooConfig.clientSecret
Type string
The client secret.
This is a private key that’s used to authenticate your app. It should be kept secret.
YahooConfig.query?
Type Record
<
string
, string
>
Any additional parameters that you want to pass to the authorization endpoint.
YahooConfig.scopes
Type string
[]
A list of OAuth scopes that you want to request.