add new property of Application model for oauth2.0 grant type
* "grantType": ["string"] Array of 'grantType' property has to be one more of the followings. - authorization_code, implicit, password, client_credentials
This commit is contained in:
parent
8fa04fd32f
commit
c423f308ce
|
@ -30,6 +30,10 @@
|
|||
"email": "string",
|
||||
"emailVerified": "boolean",
|
||||
|
||||
"grantType": {
|
||||
"type": ["string"],
|
||||
"description": "Grant type permitted to the application for OAuth 2.0"
|
||||
},
|
||||
"url": {
|
||||
"type": "string",
|
||||
"description": "The application URL for OAuth 2.0"
|
||||
|
|
Loading…
Reference in New Issue