public class RefreshConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RefreshConfig.AuthMethod |
static class |
RefreshConfig.Builder |
static class |
RefreshConfig.GrantType |
Modifier and Type | Method and Description |
---|---|
RefreshConfig.AuthMethod |
authMethod()
Authentication method for refresh token request.
|
Credentials |
credentials()
The refresh client credentials.
|
RefreshConfig.GrantType |
grantType()
The grant_type for refresh token request.
|
static RefreshConfig.Builder |
newBuilder() |
Optional<Long> |
refreshTokenValidityPeriodSec()
Validity of the refresh token in seconds.
|
String |
refreshURL()
The refresh token endpoint.
|
public static RefreshConfig.Builder newBuilder()
public String refreshURL()
public Credentials credentials()
public RefreshConfig.GrantType grantType()
public RefreshConfig.AuthMethod authMethod()
Copyright © 2022 Bosch.IO GmbH. All rights reserved.