# Functions
AccessTokenFromContext returns AccessToken stored in ctx, if any.
FromContext returns values describing request stored in ctx, if any.
GRPCNewContext returns a new context.Context that carries values describing this request without any deadline, plus result of authn.Authenticate.
NewAuthnClient returns Authn implementation using gRPC AuthIntSvc at addr.
NewMockAuthn creates a new mock instance.
NewMockUserAgent creates a new mock instance.
NewUserAgent creates and returns new UserAgent.
# Variables
Errors.
# Structs
JSONRPC2Ctx describe JSON-RPC 2.0 Ctx param used by all API methods.
MockAuthn is a mock of Authn interface.
MockAuthnMockRecorder is the mock recorder for MockAuthn.
MockUserAgent is a mock of UserAgent interface.
MockUserAgentMockRecorder is the mock recorder for MockUserAgent.
UserAgentConfig contains configuration for UserAgent.