package oidc

  1. Overview
  2. Docs

Module Oidc.TokenSource

Types and functions to work with the token endpoint

OpenID Connect Core 1.0 TokenEndpoint

Sourcemodule Response : sig ... end
Sourcemodule Request : sig ... end

Types and functions to work with the token endpoint

Sourcemodule RefreshTokenRequest : sig ... end

Types and functions to work with the token endpoint

Utils

Sourceval basic_auth : client_id:string -> secret:string -> string * string

Creates a valid Basic auth header from client_id and secret

OCaml

Innovation. Community. Security.