accessBoundarySessionKey property

String? accessBoundarySessionKey
getter/setter pair

The access boundary session key.

This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the requested_token_type from the request is not urn:ietf:params:oauth:token-type:access_boundary_intermediary_token.

Implementation

core.String? accessBoundarySessionKey;