connect/OAuthController library
Classes
- OAuthControllerImpl
- ServiceCredentialPayload
- add authorization URL and token URL
Functions
-
generateState(
) → String - generate a unique state
-
getGoogleServicePayload(
) → ServiceCredentialPayload? - These will come from our server
-
getMicrosoftServicePayload(
) → ServiceCredentialPayload? -
getServicePayload(
OAuthService service) → ServiceCredentialPayload? -
getYahooServicePayload(
) → ServiceCredentialPayload?