InvalidCredentialsException constructor

const InvalidCredentialsException({
  1. String? code,
  2. String? message,
})

Implementation

const InvalidCredentialsException({super.code, super.message});