Oidc.Token
Types and functions to work with the token endpoint
OpenID Connect Core 1.0 TokenEndpoint
module Response : sig ... end
module Request : sig ... end
val basic_auth : client_id:string -> secret:string -> string * string
Creates a valid Basic auth header from client_id and secret
client_id
secret