Click or drag to resize
BasicAuthConfiguration Class
Class to specify the configuration for HTTP basic auth.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.ConfigurationAuthConfiguration
    Oracle.Cloud.Mobile.ConfigurationBasicAuthConfiguration

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class BasicAuthConfiguration : AuthConfiguration

The BasicAuthConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodBasicAuthConfiguration
Initializes an empty configuration object.
Public methodBasicAuthConfiguration(String, String)
Initializes a configuration object with the given properties.
Top
Properties
  NameDescription
Public propertyAnonymousToken
The token for anonymous authentication. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyAuthenticationType
The authentication scheme - AutenticationType.BasicAuth.
(Overrides AuthConfigurationAuthenticationType.)
Public propertyBackendId
The ID for the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also