public interface ServerInformation
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
autoLogin(AutoLoginRequest request)
Makes the Perform Auto Login request
|
Mono<GetAutoLoginAuthenticationCodeResponse> |
getAuthenticationCode(GetAutoLoginAuthenticationCodeRequest request)
Makes the Get Auto Login Authentication Code request
|
Mono<GetInfoResponse> |
getInfo(GetInfoRequest request)
Makes the Server Information request
|
Mono<GetAutoLoginAuthenticationCodeResponse> getAuthenticationCode(GetAutoLoginAuthenticationCodeRequest request)
request - the Get Auto Login Authentication Code requestMono<GetInfoResponse> getInfo(GetInfoRequest request)
request - the Get UAA Server Information requestMono<Void> autoLogin(AutoLoginRequest request)
request - the Perform Auto Login requestCopyright © 2020. All rights reserved.