<a id=“SuperOffice_WebApi_Authorization_AuthorizationUsernamePassword”></a> Class AuthorizationUsernamePassword
Namespace: SuperOffice.WebApi.AuthorizationAssembly: SuperOffice.WebApi.Authorization.dll Username and password <xref href=“SuperOffice.WebApi.Authorization.IAuthorization” data-throw-if-not-resolved=“false”></xref> using Basic scheme.
Inheritance
object ← AuthorizationUsernamePasswordImplements
IAuthorizationInherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()Constructors
<a id=“SuperOffice_WebApi_Authorization_AuthorizationUsernamePassword__ctor_System_String_System_String_”></a> AuthorizationUsernamePassword(string, string)
UserNamePasswordAuthorization ConstructorParameters
userName string
Users name.
password string
Users password.