Class TargetClientIdToken
A class with a single token property representing a TargetClientId exchanged token.
Inherited Members
Namespace: Unity.Cloud.Identity
Assembly: Unity.Cloud.Identity.dll
Syntax
public class TargetClientIdToken
Properties
token
A string representing a token.
Declaration
public string token { get; set; }
Property Value
Type | Description |
---|---|
string |