Uses of Interface
net.shibboleth.idp.plugin.authn.duo.nimbus.impl.TokenResponse.IBuildStage
-
Packages that use TokenResponse.IBuildStage Package Description net.shibboleth.idp.plugin.authn.duo.nimbus.impl 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.IBuildStage Modifier and Type Class Description static classTokenResponse.BuilderBuilder to buildTokenResponse.Methods in net.shibboleth.idp.plugin.authn.duo.nimbus.impl that return TokenResponse.IBuildStage Modifier and Type Method Description TokenResponse.IBuildStageTokenResponse.Builder. withExpiresIn(Integer expires)TokenResponse.IBuildStageTokenResponse.IBuildStage. withExpiresIn(Integer expiresIn)Supply the expiration.TokenResponse.IBuildStageTokenResponse.Builder. withRefreshToken(String refresh)TokenResponse.IBuildStageTokenResponse.IBuildStage. withRefreshToken(String refreshToken)Supply the refresh tokenTokenResponse.IBuildStageTokenResponse.Builder. withScope(String scopeIn)TokenResponse.IBuildStageTokenResponse.IBuildStage. withScope(String scope)Supply the scope.TokenResponse.IBuildStageTokenResponse.Builder. withTokenType(String type)TokenResponse.IBuildStageTokenResponse.ITokenTypeStage. withTokenType(String tokenType)Supply the token type.
-