Class CodeResponse
Authorization code response which holds the code and state provided by the Identity Service
Namespace: ColizeumSDK.API.Responses
Assembly: cs.temp.dll.dll
Syntax
public class CodeResponse
Fields
code
Declaration
public string code
Field Value
| Type | Description |
|---|---|
| String |
state
Declaration
public string state
Field Value
| Type | Description |
|---|---|
| String |