Class ClientDataObject
Scriptable object for storing client data in the assets folder as a separate file This is used so that the client data can be specified and put into a .gitignore file so that they are not uploaded in public repositories, e.g. on GitHub
Namespace: i5.Toolkit.Core.OpenIDConnectClient
Assembly: cs.temp.dll.dll
Syntax
public class ClientDataObject : ScriptableObject
Fields
clientData
The credentials of the client so that it is accepted by the OpenID Connect provider
Declaration
public ClientData clientData
Field Value
Type | Description |
---|---|
ClientData |