Interface TokenResponse.ITokenTypeStage
-
- All Known Implementing Classes:
TokenResponse.Builder
- Enclosing class:
- TokenResponse
public static interface TokenResponse.ITokenTypeStageToken type stage interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenResponse.IBuildStagewithTokenType(String tokenType)Supply the token type.
-
-
-
Method Detail
-
withTokenType
TokenResponse.IBuildStage withTokenType(String tokenType)
Supply the token type.- Parameters:
tokenType- the token type- Returns:
- the next stage
-
-