Uses of Interface
net.shibboleth.idp.plugin.authn.duo.nimbus.impl.TokenResponse.IBuildStage
Packages that use TokenResponse.IBuildStage
Package
Description
Native Nimbus based Duo OIDC 2FA client adaptor implementation classes.
-
Uses of TokenResponse.IBuildStage in net.shibboleth.idp.plugin.authn.duo.nimbus.impl
Classes in net.shibboleth.idp.plugin.authn.duo.nimbus.impl that implement TokenResponse.IBuildStageMethods in net.shibboleth.idp.plugin.authn.duo.nimbus.impl that return TokenResponse.IBuildStageModifier and TypeMethodDescriptionTokenResponse.Builder.withExpiresIn(Integer expires) TokenResponse.IBuildStage.withExpiresIn(Integer expiresIn) Supply the expiration.TokenResponse.Builder.withRefreshToken(String refresh) TokenResponse.IBuildStage.withRefreshToken(String refreshToken) Supply the refresh token.Supply the scope.TokenResponse.Builder.withTokenType(String type) TokenResponse.ITokenTypeStage.withTokenType(String tokenType) Supply the token type.