module GapiOauth2V2Service:sig..end
Lets you access OAuth2 protocol related APIs..
For more information about this service, see the
API Documentation.
module Scope:sig..end
module UserinfoResource:sig..end
val getCertForOpenIdConnect : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
GapiConversation.Session.t ->
GapiOauth2V2Model.Jwk.t * GapiConversation.Session.tbase_url : Service endpoint base URL (defaults to "https://www.googleapis.com/").std_params : Optional standard parameters.val tokeninfo : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?access_token:string ->
?id_token:string ->
?token_handle:string ->
GapiConversation.Session.t ->
GapiOauth2V2Model.Tokeninfo.t * GapiConversation.Session.tbase_url : Service endpoint base URL (defaults to "https://www.googleapis.com/").std_params : Optional standard parameters.