Class Context
Provides context for authentication in external system.
Implements
Inherited Members
Namespace: CustomPLMService.Contract.Models.Authentication
Assembly: CustomPLMService.Contract.dll
Syntax
public class Context : IContext
Properties
Credentials
Declaration
public Credentials Credentials { get; }
Property Value
Type | Description |
---|---|
Credentials |
Initialized
Declaration
public bool Initialized { get; }
Property Value
Type | Description |
---|---|
bool |
Token
Declaration
public string Token { get; }
Property Value
Type | Description |
---|---|
string |
Methods
FromAuth(Auth)
Declaration
public void FromAuth(Auth auth)
Parameters
Type | Name | Description |
---|---|---|
Auth | auth |