public static interface Identity.Builder extends SdkPojo, CopyableBuilder<Identity.Builder,Identity>
| Modifier and Type | Method and Description |
|---|---|
default Identity.Builder |
oidc(Consumer<OIDC.Builder> oidc)
An object representing the OpenID Connect identity provider
information.
|
Identity.Builder |
oidc(OIDC oidc)
An object representing the OpenID Connect identity provider
information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentity.Builder oidc(OIDC oidc)
An object representing the OpenID Connect identity provider information.
oidc - An object representing the OpenID Connect identity provider
information.default Identity.Builder oidc(Consumer<OIDC.Builder> oidc)
An object representing the OpenID Connect identity provider information.
This is a convenience method that creates an instance of theOIDC.Builder avoiding the need to create
one manually via OIDC.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to oidc(OIDC).oidc - a consumer that will call methods on OIDC.Builderoidc(OIDC)Copyright © 2022. All rights reserved.