| Package | Description |
|---|---|
| com.huaweicloud.sdk.cloudrtc.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AppAuth |
App.getAuthentication()
Get authentication
|
AppAuth |
ShowUrlAuthResponse.getAuthentication()
Get authentication
|
AppAuth |
ShowAppResponse.getAuthentication()
Get authentication
|
AppAuth |
UpdateUrlAuthResponse.getAuthentication()
Get authentication
|
AppAuth |
AppAuth.withAppKey(String appKey) |
AppAuth |
AppAuth.withEnable(Boolean enable) |
AppAuth |
AppAuth.withExpire(Integer expire) |
AppAuth |
AppAuth.withUpdateTime(String updateTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
App.setAuthentication(AppAuth authentication) |
void |
ShowUrlAuthResponse.setAuthentication(AppAuth authentication) |
void |
ShowAppResponse.setAuthentication(AppAuth authentication) |
void |
UpdateUrlAuthResponse.setAuthentication(AppAuth authentication) |
App |
App.withAuthentication(AppAuth authentication) |
ShowUrlAuthResponse |
ShowUrlAuthResponse.withAuthentication(AppAuth authentication) |
ShowAppResponse |
ShowAppResponse.withAuthentication(AppAuth authentication) |
UpdateUrlAuthResponse |
UpdateUrlAuthResponse.withAuthentication(AppAuth authentication) |
| Modifier and Type | Method and Description |
|---|---|
App |
App.withAuthentication(java.util.function.Consumer<AppAuth> authenticationSetter) |
ShowUrlAuthResponse |
ShowUrlAuthResponse.withAuthentication(java.util.function.Consumer<AppAuth> authenticationSetter) |
ShowAppResponse |
ShowAppResponse.withAuthentication(java.util.function.Consumer<AppAuth> authenticationSetter) |
UpdateUrlAuthResponse |
UpdateUrlAuthResponse.withAuthentication(java.util.function.Consumer<AppAuth> authenticationSetter) |
Copyright © 2021. All rights reserved.