Class Auth
Provides context for user authentication.
Assembly: CustomPLMService.Contract.dll
Syntax
Properties
AuthToken
Declaration
public string AuthToken { get; set; }
Property Value
Context
Declaration
public string Context { get; set; }
Property Value
Credentials
Declaration
public Credentials Credentials { get; set; }
Property Value
Licenses
Declaration
public List<string> Licenses { get; set; }
Property Value
PlmUrl
External system instance URL
Declaration
public string PlmUrl { get; set; }
Property Value