| 
        public class Authorization
       | 
The Authorization instance is created by the authentication module that the AuthenticationManager designates to handle the request.
| ctor #1 | Overloaded: .ctor(string token)Creates a new instance of the  Authorization class with the specified authorization message. | 
| ctor #2 | Overloaded: .ctor(string token, bool finished)Creates a new instance of the  Authorization class with the specified authorization message and completion status. | 
| ctor #3 | Overloaded: .ctor(string token, bool finished, string connectionGroupId)Creates a new instance of the  Authorization class with the specified authorization message, completion status, and connection group identifier. | 
| Complete | Read-only Gets the completion status of the authorization. | 
| ConnectionGroupId | Read-only Gets a unique identifier for user-specific connections. | 
| Message | Read-only Gets the message returned to the server in response to an authentication challenge. | 
| ProtectionRealm | Read-write Gets or sets the prefix for uniform resource identifiers (URIs) that can be authenticated with the Authorization.Message property. | 
| Equals (inherited from System.Object) | See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. | 
| GetHashCode (inherited from System.Object) | See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. | 
| GetType (inherited from System.Object) | See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. | 
| ToString (inherited from System.Object) | See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. | 
| Finalize (inherited from System.Object) | See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. | 
| MemberwiseClone (inherited from System.Object) | See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. | 
Hierarchy:
| 
            public Authorization( | 
token
token
finished
token
finished
connectionGroupId
| 
            public bool Complete {get;}
           | 
| 
            public string ConnectionGroupId {get;}
           | 
| 
            public string Message {get;}
           | 
When an authentication module supports preauthentication, the Authorization.Message property is sent with the initial request.
| 
            public string[] ProtectionRealm {get; set;}
           | 
| 
            ~Authorization(); | 
| 
            public virtual int GetHashCode(); | 
| 
            public Type GetType(); | 
| 
            protected object MemberwiseClone(); | 
| 
            public virtual string ToString(); |