GET api/v2/OAuth2Providers/{oAuth2ProviderId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
oAuth2ProviderId | integer |
Required |
Response
OAuth2ProviderDetailName | Description | Type | Additional information |
---|---|---|---|
Authority | string | ||
string | |||
Active | boolean | ||
Id | integer | ||
Identification | string |
Response Format
application/json, text/json
Sample:
{ "Authority": "sample string 1", "Email": "sample string 2", "Active": true, "Id": 4, "Identification": "sample string 5" }
text/html
Sample:
{"Authority":"sample string 1","Email":"sample string 2","Active":true,"Id":4,"Identification":"sample string 5"}