MCPcopy Index your code
hub / github.com/coder/coder / Validate

Method Validate

coderd/userauth.go:74–76  ·  view source on GitHub ↗
(e jwt.Expected)

Source from the content-addressed store, hash-verified

72}
73
74func (o *OAuthConvertStateClaims) Validate(e jwt.Expected) error {
75 return o.RegisteredClaims.Validate(e)
76}
77
78// postConvertLoginType replies with an oauth state token capable of converting
79// the user to an oauth user.

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.65

Tested by

no test coverage detected