Interface IAccessTokenServer
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface IAccessTokenServer
Properties
ExpirationTimeSpan
Declaration
TimeSpan ExpirationTimeSpan { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Issuer
Declaration
string Issuer { get; }
Property Value
Type | Description |
---|---|
string |
Key
Declaration
string Key { get; }
Property Value
Type | Description |
---|---|
string |