AuthenticateMethod
public enum AuthenticateMethod
Authentication methods specified in a Request
object.
- none: Does not use any authentication method.
- token: Uses an OAuth 2.0 Bearer token.
public enum AuthenticateMethod
Authentication methods specified in a Request
object.