Uses of Class
io.mosip.authentication.common.service.builder.AuthResponseBuilder
-
Packages that use AuthResponseBuilder Package Description io.mosip.authentication.common.service.builder -
-
Uses of AuthResponseBuilder in io.mosip.authentication.common.service.builder
Methods in io.mosip.authentication.common.service.builder that return AuthResponseBuilder Modifier and Type Method Description AuthResponseBuilderAuthResponseBuilder. addAuthStatusInfo(AuthStatusInfo authStatusInfo)Adds the auth status info.AuthResponseBuilderAuthResponseBuilder. addErrors(AuthError... errors)Adds the errors.static AuthResponseBuilderAuthResponseBuilder. newInstance()Get new instance of AuthResponseBuilder.AuthResponseBuilderAuthResponseBuilder. setAuthTokenId(String authTokenId)Sets the auth Token Id.AuthResponseBuilderAuthResponseBuilder. setId()AuthResponseBuilderAuthResponseBuilder. setTxnID(String txnID)Sets the txn ID.AuthResponseBuilderAuthResponseBuilder. setVersion(String ver)Sets the version.
-