Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 936 Bytes

WardenOAuth2ClientAuthorizationRequest.md

File metadata and controls

15 lines (11 loc) · 936 Bytes

WardenOAuth2ClientAuthorizationRequest

Properties

Name Type Description Notes
Action string Action is the action that is requested on the resource. [optional] [default to null]
Context map[string]interface{} Context is the request's environmental context. [optional] [default to null]
Id string Token is the token to introspect. [optional] [default to null]
Resource string Resource is the resource that access is requested to. [optional] [default to null]
Scope []string Scope is an array of scopes that are required. [optional] [default to null]
Secret string [optional] [default to null]

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