• About Nexar Generic PLM Connector
  • Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • CustomPLMService.Contract
      • Models
        • Authentication
          • Auth
          • Context
          • Credentials
          • IContext
        • Items
          • AttributeValue
          • FileResource
          • Id
          • Item
          • ItemCreateSpec
          • ItemResult
          • ItemUpdateSpec
          • NumberingFormat
          • UomValue
          • Value
          • Value.Type
        • Metadata
          • AttributeSpec
          • AttributeSpec.Datatype
          • AttributeSpec.Valueset
          • BaseType
          • ListValue
          • RelationshipSpec
          • RelationshipType
          • Type
          • TypeId
        • Query
          • Query
          • QueryAttribute
          • QueryAttribute.Occurrences
        • Relationship
          • RelationshipRow
          • RelationshipTable
        • SupportedOperation
      • ICustomPlmMetadataService
      • ICustomPlmService

    Class Auth

    Provides context for user authentication.

    Inheritance
    object
    Auth
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CustomPLMService.Contract.Models.Authentication
    Assembly: CustomPLMService.Contract.dll
    Syntax
    public class Auth

    Properties

    AuthToken

    Nexus session identifier

    Declaration
    public string AuthToken { get; set; }
    Property Value
    Type Description
    string

    Context

    Declaration
    public string Context { get; set; }
    Property Value
    Type Description
    string

    Credentials

    External system account credentials (see Credentials)

    Declaration
    public Credentials Credentials { get; set; }
    Property Value
    Type Description
    Credentials

    Licenses

    Declaration
    public List<string> Licenses { get; set; }
    Property Value
    Type Description
    List<string>

    PlmUrl

    External system instance URL

    Declaration
    public string PlmUrl { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX