SensibillAuthBuilder

class 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

Constructors

SensibillAuthBuilder
Link copied to clipboard
fun SensibillAuthBuilder(context: Context, environment: DefaultEnvironment, oauthSettings: OAuthSettings)

Functions

build
Link copied to clipboard
fun build(): SensibillAuth
Call to build an instance of SensibillAuth from properties passed to builder
certificatePinning
Link copied to clipboard
fun certificatePinning(enableCertificatePinning: Boolean): <ERROR CLASS>
Call to enable(true)/disable(false) certificate pinning during authentication
passwordCheckType
Link copied to clipboard
fun passwordCheckType(passwordCheckType: String?): <ERROR CLASS>
Call to add a desired password check type to SensibillAuth