ClaimAudience Property

The audience claim.

Object Oriented Interface

public function getClaimAudience();
public function setClaimAudience($value);

Procedural Interface

ipworksauth_jwt_get($res, 6 );
ipworksauth_jwt_set($res, 6, $value );

Default Value

''

Remarks

This property holds the audience claim. The audience claim identifies the recipients that the JWT is intended for. The values specified here are case sensitive.

Multiple audience values are supported and should be separated by a semicolon. See AudienceDelimiter for details.

This property corresponds to the aud JSON property.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 PHP Edition - Version 20.0 [Build 8155]