Click or drag to resize
AuthOptions Constructor
Overload List
  NameDescription
Public methodAuthOptions
Creates an AuthOptions to specify no authorization should be used.
Public methodAuthOptions(AuthApplication)
Creates an AuthOptions object for Application Mode.

The behavior is undefined when application is null.

Public methodAuthOptions(AuthToken)
Creates an AuthOptions object for Manual Token Mode.

The behavior is undefined when token is null.

Public methodAuthOptions(AuthUser)
Creates an AuthOptions object for User Mode with the Operating System Login(Domain\User), Active Directory, or Email.

The behavior is undefined when user is null or created with CreateWithManualOptions(String, String).

Public methodAuthOptions(AuthUser, AuthApplication)
Creates an AuthOptions object for User and Application Mode.

The behavior is undefined when either user or application is null.

Top
See Also