modulepackage
0.0.0-20190814072520-e4fab160c5c1
Repository: https://github.com/e-gov/tara-go.git
Documentation: pkg.go.dev
# README
TARA-Go
TARA Client in Go language
Package tara
provides a client for authenticating with the TARA authentication
service.
tara
wraps an OpenID Connect client with some specific choices and
adjustments made by TARA.
# Packages
No description provided by the author
# Functions
NewClient creates a new TARA client from the provided configuration.
# Constants
DefaultHTTPTimeout is the default roundtrip timeout for requests sent to the OpenID Connect Provider.
DefaultNonceCookie is the default name of the nonce cookie.
DefaultStateCookie is the default name of the state cookie.
# Structs
BadRequestError is returned from AuthenticationResponse if the request sent to the redirect URI was invalid.
Conf contains the configuration values for the TARA authentication client.
IDToken contains claims about the authenticated identity.
# Interfaces
Client is a TARA client.