com.getsensibill.sensibillauth / SensibillAuthBuilder
SensibillAuthBuilder
class SensibillAuthBuilder
Builder used to build an instance of SensibillAuth. This builder ensures that all required values have been provided before allowing .build to be called
Constructors
Name | Summary |
---|---|
<init> | SensibillAuthBuilder(context: Context , environment: DefaultEnvironment, oauthSettings: OAuthSettings) Builder used to build an instance of SensibillAuth. This builder ensures that all required values have been provided before allowing .build to be called |
Functions
Name | Summary |
---|---|
build | fun build(): SensibillAuth Call to build an instance of SensibillAuth from properties passed to builder |
certificatePinning | fun certificatePinning(enableCertificatePinning: Boolean ): SensibillAuthBuilder Call to enable(true)/disable(false) certificate pinning during authentication |
passwordCheckType | fun passwordCheckType(passwordCheckType: String ?): SensibillAuthBuilder Call to add a desired password check type to SensibillAuth |