public static class

ChanPerformer.CheckAuthorizationData

extends Object
implements HttpRequest.Preset
java.lang.Object
   ↳ chan.content.ChanPerformer.CheckAuthorizationData

Class Overview

Arguments holder for onCheckAuthorization(CheckAuthorizationData). Notify that this class might be used as HttpRequest.Preset.

Summary

Fields
public static final int TYPE_CAPTCHA_PASS

Captcha pass authorization type.

public static final int TYPE_USER_AUTHORIZATION

User authorization type.

public final String[] authorizationData

Authorization data fields.

public final HttpHolder holder

HTTP holder.

public final int type

Authorization type argument.

[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final int TYPE_CAPTCHA_PASS

Captcha pass authorization type.

public static final int TYPE_USER_AUTHORIZATION

User authorization type.

public final String[] authorizationData

Authorization data fields.

public final HttpHolder holder

HTTP holder. You must use it when building new HttpRequest.

public final int type

Authorization type argument.