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
AuthorizationUsernamePassword(string, string)
UserNamePasswordAuthorization ConstructorParameters
userName string
Users name.
password string
Users password.