package
6.0.0-beta.10+incompatible
Repository: https://github.com/nuts-foundation/nuts-node.git
Documentation: pkg.go.dev

# Functions

NewAuthorizationServer accepts a vendorID, and several Nuts engines and returns an implementation of services.OAuthAuthorizationServer.
NewMockAuthorizationServer creates a new mock instance.
NewMockRelyingParty creates a new mock instance.
NewRelyingParty returns an implementation of RelyingParty.

# Constants

BearerTokenMaxValidity is the number of seconds that a bearer token is valid.

# Structs

MockAuthorizationServer is a mock of AuthorizationServer interface.
MockAuthorizationServerMockRecorder is the mock recorder for MockAuthorizationServer.
MockRelyingParty is a mock of RelyingParty interface.
MockRelyingPartyMockRecorder is the mock recorder for MockRelyingParty.

# Interfaces

AuthorizationServer implements the OAuth2 authorization server role.
RelyingParty implements the OAuth2 relying party role.