Auth Status
data class AuthStatus(val currentAuthStatus: Boolean, val bankTerminalID: String? = null, val merchantID: String? = null, val bankAndMerchantName: String? = null) : SdkSuccessAnswer
Represents the current authentication status with bank session details.
Constructors
Properties
Link copied to clipboard
The bank and merchant name of the current session. null before login() / after logout().
Link copied to clipboard
The bank terminal ID of the current session. null before login() / after logout().
Link copied to clipboard
The current authentication status.
Link copied to clipboard
The merchant ID of the current session. null before login() / after logout().