go
library for oidc-agent
is available at https://github.com/indigo-dc/liboidcagent-go.go
application include:oidc-agent
.TokenRequest
struct. This struct describes the request:string
and an error. To additionally obtain other information use GetTokenResponse
. On failure an error is returned.TokenResponse struct
that contains the requested access token, the url of the issuer that issued the token and the time when the token expires.[]string
on success and an OIDCAgentError
on failure.[]string
.