Class AuthToken

java.lang.Object
com.bloomberglp.blpapi.AuthToken

public class AuthToken extends Object
This class contains manual token authorization options.
  • Constructor Details

    • AuthToken

      public AuthToken(String token)
      Creates an AuthToken to use for authorization. The behavior is undefined when token is null or empty.
      Parameters:
      token - String representing the user's credentials.