OAuthResourceServer

OAuthResourceServer
OAuthResourceServer
JSON Example
{
    "access_type": "string",
    "introspection_data_timeout": 0,
    "jwt_params": {
        "audience": "string"
    },
    "opaque_token_params": {
        "server_id": "string",
        "server_secret": "string"
    }
}
string
access_type
Required

Access token type. Enum options - ACCESS_TOKEN_TYPE_JWT, ACCESS_TOKEN_TYPE_OPAQUE. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
introspection_data_timeout
Optional

Lifetime of the cached introspection data. Allowed values are 0-1440. Special values are 0- No caching of introspection data. Field introduced in 22.1.3. Unit is MIN. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

jwt_params
Optional

jwt_params

opaque_token_params
Optional

opaque_token_params

Property Of