Interface SetupResponse.IdentityTokenStage
-
- All Known Implementing Classes:
SetupResponse.Builder
- Enclosing class:
- SetupResponse
public static interface SetupResponse.IdentityTokenStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetupResponse.Builderfrom(SetupResponse other)SetupResponse.IdentityTokenExpireTsStageidentityToken(java.lang.String identityToken)
-
-
-
Method Detail
-
identityToken
SetupResponse.IdentityTokenExpireTsStage identityToken(java.lang.String identityToken)
-
from
SetupResponse.Builder from(SetupResponse other)
-
-