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(): SensibillAuthCall to build an instance of SensibillAuth from properties passed to builder |
| certificatePinning | fun certificatePinning(enableCertificatePinning: Boolean): SensibillAuthBuilderCall to enable(true)/disable(false) certificate pinning during authentication |
| passwordCheckType | fun passwordCheckType(passwordCheckType: String?): SensibillAuthBuilderCall to add a desired password check type to SensibillAuth |