| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.client | |
| org.davidmoten.oa3.codegen.test.main.schema | |
| org.davidmoten.oa3.codegen.test.main.service |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
Client.getToken(AuthenticationRequestBody requestBody)
Obtains a token that will be passed in a request header to calls
to other paths on this API for authentication and authorization
purposes.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
AuthenticationResponse.BuilderWithExpiryTime.build() |
AuthenticationResponse |
AuthenticationResponse.withExpiryTime(OffsetDateTime expiryTime) |
AuthenticationResponse |
AuthenticationResponse.withToken(String token) |
| Modifier and Type | Method and Description |
|---|---|
default AuthenticationResponse |
Service.getToken(AuthenticationRequestBody requestBody)
Obtains a token that will be passed in a request header to calls
to other paths on this API for authentication and authorization
purposes.
|
Copyright © 2023. All rights reserved.