(e jwt.Expected)
| 72 | } |
| 73 | |
| 74 | func (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. |