Interface IContext
Namespace: CustomPLMService.Contract.Models.Authentication
Assembly: CustomPLMService.Contract.dll
Syntax
public interface IContext
Properties
Credentials
Declaration
Credentials Credentials { get; }
Property Value
| Type | Description |
|---|---|
| Credentials |
Initialized
Declaration
bool Initialized { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Token
Declaration
string Token { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
FromAuth(Auth)
Declaration
void FromAuth(Auth auth)
Parameters
| Type | Name | Description |
|---|---|---|
| Auth | auth |