public static interface UserTokenConfiguration.Builder extends SdkPojo, CopyableBuilder<UserTokenConfiguration.Builder,UserTokenConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default UserTokenConfiguration.Builder |
jsonTokenTypeConfiguration(Consumer<JsonTokenTypeConfiguration.Builder> jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
|
UserTokenConfiguration.Builder |
jsonTokenTypeConfiguration(JsonTokenTypeConfiguration jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
|
default UserTokenConfiguration.Builder |
jwtTokenTypeConfiguration(Consumer<JwtTokenTypeConfiguration.Builder> jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
|
UserTokenConfiguration.Builder |
jwtTokenTypeConfiguration(JwtTokenTypeConfiguration jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserTokenConfiguration.Builder jwtTokenTypeConfiguration(JwtTokenTypeConfiguration jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
jwtTokenTypeConfiguration - Information about the JWT token type configuration.default UserTokenConfiguration.Builder jwtTokenTypeConfiguration(Consumer<JwtTokenTypeConfiguration.Builder> jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
This is a convenience that creates an instance of theJwtTokenTypeConfiguration.Builder avoiding the
need to create one manually via JwtTokenTypeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to jwtTokenTypeConfiguration(JwtTokenTypeConfiguration).jwtTokenTypeConfiguration - a consumer that will call methods on JwtTokenTypeConfiguration.BuilderjwtTokenTypeConfiguration(JwtTokenTypeConfiguration)UserTokenConfiguration.Builder jsonTokenTypeConfiguration(JsonTokenTypeConfiguration jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
jsonTokenTypeConfiguration - Information about the JSON token type configuration.default UserTokenConfiguration.Builder jsonTokenTypeConfiguration(Consumer<JsonTokenTypeConfiguration.Builder> jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
This is a convenience that creates an instance of theJsonTokenTypeConfiguration.Builder avoiding the
need to create one manually via JsonTokenTypeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to jsonTokenTypeConfiguration(JsonTokenTypeConfiguration).jsonTokenTypeConfiguration - a consumer that will call methods on JsonTokenTypeConfiguration.BuilderjsonTokenTypeConfiguration(JsonTokenTypeConfiguration)Copyright © 2021. All rights reserved.