AuthOptions Class |
Namespace: Bloomberglp.Blpapi
Name | Description | |
---|---|---|
AuthOptions |
Creates an AuthOptions to specify no authorization
should be used.
| |
AuthOptions(AuthApplication) |
Creates an AuthOptions object for Application Mode.
The behavior is undefined when application is null. | |
AuthOptions(AuthToken) |
Creates an AuthOptions object for Manual Token Mode.
The behavior is undefined when token is null. | |
AuthOptions(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). | |
AuthOptions(AuthUser, AuthApplication) |
Creates an AuthOptions object for User and
Application Mode.
The behavior is undefined when either user or application is null. |