# Functions

NewOIDCClaimsBuilder instantiates a new OIDCClaimsBuilder with a base (e.g.
NewOIDCHeaderBuilder instantiates a new OIDCHeaderBuilder with a base (e.g.
NewOIDCMockServer instantiates a new MockServer.
NewOIDCMockServerWithCustomIssuer instantiates a new MockServer with a custom issuer domain returned by the discovery endpoint.

# Constants

InvalidAppTID represents a guid which is rejected by mock server on behalf of IAS tenant.

# Structs

JSONWebKey represents a single JWK.
JSONWebKeySet represents the data which is returned by the tenants /oauth2/certs endpoint.
MockConfig represents the credentials to the mock server.
MockServer serves as a single tenant OIDC mock server for tests.
OIDCClaims represents all claims that the JWT holds.
OIDCClaimsBuilder can construct token claims for test cases.
OIDCHeaderBuilder can construct header fields for test cases.