public static class MindsphereCredentials.Builder
extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MindsphereCredentials.Builder |
authorization(String authorization)
Deprecated.
Use of this builder is discouraged.
Instead use specific builders
|
MindsphereCredentials |
build()
Deprecated.
Use of this builder is discouraged.
Instead use specific builders
|
MindsphereCredentials.Builder |
clientId(String clientId)
Deprecated.
Use of this builder is discouraged.
Instead use specific builders
|
MindsphereCredentials.Builder |
clientSecret(String clientSecret)
Deprecated.
Use of this builder is discouraged.
Instead use specific builders
|
MindsphereCredentials.Builder |
subTenant(String subTenant)
Deprecated.
|
MindsphereCredentials.Builder |
tenant(String tenant)
Deprecated.
Use of this builder is discouraged.
Instead use specific builders
|
MindsphereCredentials.Builder |
tokenType(TokenScope tokenType)
Deprecated.
Use of this builder is discouraged.
Instead use specific builders
|
@Deprecated public MindsphereCredentials.Builder authorization(String authorization)
authorization - authorization@Deprecated public MindsphereCredentials.Builder clientId(String clientId)
clientId - client Id@Deprecated public MindsphereCredentials.Builder clientSecret(String clientSecret)
clientSecret - client Secret@Deprecated public MindsphereCredentials.Builder tenant(String tenant)
tenant - tenant@Deprecated public MindsphereCredentials.Builder subTenant(String subTenant)
subTenant - sub Tenant@Deprecated public MindsphereCredentials.Builder tokenType(TokenScope tokenType)
tokenType - token Type@Deprecated public MindsphereCredentials build()