Class AuthResponse
Inherited Members
Namespace: Zenoph.Notify.Response
Assembly: Zenoph.Notify.dll
Syntax
[ComVisible(true)]
[Guid("EAD7A2C0-F7F2-4C8F-9161-B80EF763E0DD")]
public class AuthResponse : APIResponse
Methods
create(object[])
Declaration
[ComVisible(false)]
public static AuthResponse create(object[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| object[] | data |
Returns
| Type | Description |
|---|---|
| AuthResponse |
getAuthProfile()
Declaration
[ComVisible(true)]
public AuthProfile getAuthProfile()
Returns
| Type | Description |
|---|---|
| AuthProfile |