We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00133fa commit 4626899Copy full SHA for 4626899
server/handler.go
@@ -49,7 +49,7 @@ type (
49
// ExtensionFieldsHandler in response to the access token with the extension of the field
50
ExtensionFieldsHandler func(ti oauth2.TokenInfo) (fieldsValue map[string]interface{})
51
52
- // ResponseTokenHandler response token handing
+ // ResponseTokenHandler response token handling
53
ResponseTokenHandler func(w http.ResponseWriter, data map[string]interface{}, header http.Header, statusCode ...int) error
54
)
55
0 commit comments