Documentation ¶
Index ¶
- type Wrapper
- func (kw Wrapper) Credentials(ctx context.Context, req *auth.CredentialsRequest) (*auth.CredentialsResponse, error)
- func (kw Wrapper) FetchToken(ctx context.Context, req *auth.FetchTokenRequest) (*auth.FetchTokenResponse, error)
- func (kw Wrapper) GetTokenAuthority(ctx context.Context, req *auth.GetTokenAuthorityRequest) (*auth.GetTokenAuthorityResponse, error)
- func (kw Wrapper) Register(server *grpc.Server)
- func (kw Wrapper) VerifyTokenAuthority(ctx context.Context, req *auth.VerifyTokenAuthorityRequest) (*auth.VerifyTokenAuthorityResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wrapper ¶
type Wrapper struct { Context context.Context // Solve's parent context. ErrorLogger io.Writer Keychain oci.Keychain Fallback auth.AuthServer }
func (Wrapper) Credentials ¶
func (kw Wrapper) Credentials(ctx context.Context, req *auth.CredentialsRequest) (*auth.CredentialsResponse, error)
func (Wrapper) FetchToken ¶
func (kw Wrapper) FetchToken(ctx context.Context, req *auth.FetchTokenRequest) (*auth.FetchTokenResponse, error)
func (Wrapper) GetTokenAuthority ¶
func (kw Wrapper) GetTokenAuthority(ctx context.Context, req *auth.GetTokenAuthorityRequest) (*auth.GetTokenAuthorityResponse, error)
func (Wrapper) VerifyTokenAuthority ¶
func (kw Wrapper) VerifyTokenAuthority(ctx context.Context, req *auth.VerifyTokenAuthorityRequest) (*auth.VerifyTokenAuthorityResponse, error)
Click to show internal directories.
Click to hide internal directories.