Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAuthServer ¶
type FakeAuthServer struct { Issuer string Server *httptest.Server // contains filtered or unexported fields }
func NewFakeAuthServer ¶
func NewFakeAuthServer(clientID string, claims map[string]interface{}) *FakeAuthServer
func (*FakeAuthServer) BuildJWT ¶
func (as *FakeAuthServer) BuildJWT() (string, error)
func (*FakeAuthServer) Jwks ¶
func (as *FakeAuthServer) Jwks() []byte
type SigningKey ¶
type SigningKey struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.