}}
    Show / Hide Table of Contents

    Class AuthResponse

    Inheritance
    object
    APIResponse
    AuthResponse
    Inherited Members
    APIResponse._httpStatusCode
    APIResponse._dataFragment
    APIResponse._requestHandShake
    APIResponse.getHTTPStatusCode()
    APIResponse.getRequestHandShake()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.Finalize()
    object.MemberwiseClone()
    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
    Back to top