Class LogoutDialogResult
Represents the result that the Logout dialog returns.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UOL.SDK.Controls
Assembly: UOL.SDK.Controls.dll
Syntax
public class LogoutDialogResult : DialogResult
Remarks
Implements the DialogResult
Properties
AuthorizationCode
Gets the authorization code.
Declaration
public string AuthorizationCode { get; }
Property Value
Type | Description |
---|---|
System.String | The authorization code. |
Remarks
This as a standard OAUTH2.0 Authorization Code Flow authorization code that can be exchanged for a access token and refresh token on the appropriate OAUTH2.0 endpoint.
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |