Class AuthorizationResponse
Definition
- Namespace:
- Tizen.Account.OAuth2
- Assembly:
- Tizen.Account.OAuth2.dll
- API Level:
- 3
The response containing authroization code from the authorization server.
C#Copypublic class AuthorizationResponse : IDisposable
- Inheritance
-
AuthorizationResponse
- 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 |
---|---|
System.String |
API Level: 3
Declaration
C#Copy[Obsolete("This API is deprecated since API Level 5, no longer supported")] public string State { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
The value can be null depending on the server specifications.
API Level: 3
Methods
Declaration
C#Copypublic void Dispose()
API Level: 3
View Source
Dispose(Boolean)
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 |
---|---|---|
Boolean | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
API Level: 3
Declaration
C#Copyprotected void Finalize()
API Level: 3
Declaration
C#Copy[Obsolete("This API is deprecated since API Level 5, no longer supported")] public string GetCustomValue(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
System.String |
Remarks
The return value can be null depending on the server specifications.
API Level: 3
Implements
System.IDisposable