WorkstationAuthOrigin
public class WorkstationAuthOrigin
Model class to represent the user workstation authentication origin (attributes).
Parameters | ||
---|---|---|
String | api | Returns the workstation origin API. |
String | tag | Returns the workstation origin tag. |
String | community | Returns the workstation origin community. |
String | publicKey | Returns the workstation origin public key. |
String | scopes | Returns the workstation origin scopes. |
Constructor
public init(api: String, tag: String, community: String, publicKey: String, scopes: String) -> WorkstationAuthOrigin
- Creates an object of WorkstationAuthOrigin