6 lines
136 B
Go
6 lines
136 B
Go
package oidc
|
|
|
|
type RevocationRequest struct {
|
|
Token string `schema:"token"`
|
|
TokenTypeHint string `schema:"token_type_hint"`
|
|
}
|