public class AppAuth extends Object
| Constructor and Description |
|---|
AppAuth() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAppKey()
app鉴权秘钥
|
Boolean |
getEnable()
开启或关闭URL鉴权
|
Integer |
getExpire()
接入RTC建链认证时的signature的有效期。单位:秒。默认300秒。signature由app_key生成 minimum: 60 maximum: 2592000
|
String |
getUpdateTime()
app鉴权的更新时间,形如“2006-01-02T15:04:05.075Z”,时区为:UTC
|
int |
hashCode() |
void |
setAppKey(String appKey) |
void |
setEnable(Boolean enable) |
void |
setExpire(Integer expire) |
void |
setUpdateTime(String updateTime) |
String |
toString() |
AppAuth |
withAppKey(String appKey) |
AppAuth |
withEnable(Boolean enable) |
AppAuth |
withExpire(Integer expire) |
AppAuth |
withUpdateTime(String updateTime) |
public Boolean getEnable()
public void setEnable(Boolean enable)
public Integer getExpire()
public void setExpire(Integer expire)
public String getAppKey()
public void setAppKey(String appKey)
public String getUpdateTime()
public void setUpdateTime(String updateTime)
Copyright © 2021. All rights reserved.