T
- Result body (i.e. account list)public interface Result<T>
Modifier and Type | Method and Description |
---|---|
default String |
authContext()
Non-sensitive information that can be persisted with authorizaiton session and read on subsequent requests.
|
default T |
getBody()
Operation result body (i.e.
|
Copyright © 2020. All rights reserved.