package gapi-ocaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A simple OCaml client for Google Services
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.4.7.tar.gz
sha256=3a9e7ba4446b90f842c10dc2e49211c394c9f012715da01bb0b80baccabb41bb
md5=27919a0188772392e9b74bfd95fbaaa1
doc/gapi-ocaml/GapiConversation/Session/index.html
Module GapiConversation.SessionSource
Defines the session that stores the current state of a conversation.
Source
type oauth1_context = {token : string;(*OAuth1 authorized token.
*)secret : string;(*OAuth1 secret associated with the authorized token.
*)
}Current OAuth1 context.
OAuth1 token lens.
OAuth1 secret lens.
Current OAuth2 context.
OAuth2 token lens.
OAuth2 refresh token lens.
Source
type auth_context = | NoAuth(*No authorization.
*)| ClientLogin of string(*Client Login authorized token.
*)| OAuth1 of oauth1_context(*OAuth1 context.
*)| OAuth2 of oauth2_context(*OAuth2 context.
*)
Current authorization context.
No authorization lens.
Client Login token lens.
OAuth1 context lens.
OAuth2 context lens.
Source
type t = {curl : [ `Created ] GapiCurl.t;(*Curl state.
*)config : GapiConfig.t;(*Library configuration.
*)auth : auth_context;(*Current authorization context.
*)etag : string;(*Current resource ETag (received from the server).
*)
}Session type.
Curl state lens.
Configuration lens.
Authorization lens.
Cookies lens.
ETag lens.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>