package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Client Login authorization API implementation.

module Error : sig ... end
module Service : sig ... end
exception LoginException of Error.t
val get_auth_token : ?account_type:string -> ?url:string -> email:string -> password:string -> source:string -> service:Service.t -> GapiConversation.Session.t -> GapiAuthResponse.t * GapiConversation.Session.t