类 Challenge
java.lang.Object
com.lark.oapi.okhttp.Challenge
An RFC 7235 challenge.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the auth params, includingrealmandcharsetif present, but as strings.charset()Returns the charset that should be used to encode the credentials.booleaninthashCode()realm()Returns the protection space.scheme()Returns the authentication scheme, likeBasic.toString()withCharset(Charset charset) Returns a copy of this charset that expects a credential encoded withcharset.
-
构造器详细资料
-
Challenge
-
Challenge
-
-
方法详细资料
-
withCharset
Returns a copy of this charset that expects a credential encoded withcharset. -
scheme
Returns the authentication scheme, likeBasic. -
authParams
Returns the auth params, includingrealmandcharsetif present, but as strings. The map's keys are lowercase and should be treated case-insensitively. -
realm
Returns the protection space. -
charset
Returns the charset that should be used to encode the credentials. -
equals
-
hashCode
public int hashCode() -
toString
-