module OAuth2:sig..end
typeauth_code =string
type access_token = {
|
access_token : |
|
token_type : |
|
expires_in : |
|
refresh_token : |
val access_token : (access_token, string) GapiLens.t
val token_type : (access_token, string) GapiLens.t
val expires_in : (access_token, int) GapiLens.t
val refresh_token : (access_token, string) GapiLens.t