Module: Teems::Services::OAuthCodeExchange

Included in:
SafariOAuth
Defined in:
lib/teems/services/safari_oauth.rb

Overview

PKCE helpers and Graph authorization code exchange

Constant Summary collapse

TOKEN_ENDPOINT =
'https://login.microsoftonline.com/%s/oauth2/token'
GRAPH_RESOURCE =
'https://graph.microsoft.com'