Class AuthorizationResponse
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
The response containing authroization code from the authorization server.
C#Copypublic class AuthorizationResponse : IDisposable
- Inheritance
-
objectAuthorizationResponse
- Implements
-
System.IDisposable
Properties
Declaration
C#Copy[Obsolete("This API is deprecated since API Level 5, no longer supported")] public string Code { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copy[Obsolete("This API is deprecated since API Level 5, no longer supported")] public string State { get; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
The value can be null depending on the server specifications.
Methods
Declaration
C#Copypublic void Dispose()
View Source
Dispose(bool)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
Declaration
C#Copyprotected ~AuthorizationResponse()
Declaration
C#Copy[Obsolete("This API is deprecated since API Level 5, no longer supported")] public string GetCustomValue(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key |
Returns
| Type | Description |
|---|---|
| string |
Remarks
The return value can be null depending on the server specifications.
Implements
System.IDisposable