credentials property

Rx<Credentials?> get credentials

Returns the Credentials used in AuthService.

Implementation

Rx<Credentials?> get credentials => _authService.credentials;