Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.05 KB

IntrospectionResponse.md

File metadata and controls

21 lines (17 loc) · 1.05 KB

IntrospectionResponse

Properties

Name Type Description Notes
Active bool [optional] [default to null]
Aud []string [optional] [default to null]
ClientId string [optional] [default to null]
Exp int64 [optional] [default to null]
Ext map[string]interface{} Session represents arbitrary session data. [optional] [default to null]
Iat int64 [optional] [default to null]
Iss string [optional] [default to null]
Nbf int64 [optional] [default to null]
Scope string [optional] [default to null]
Sub string Here, it's sub [optional] [default to null]
TokenType string [optional] [default to null]
Username string [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]