Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
authentication_state.dart File Reference

Go to the source code of this file.

Classes

class  Equatable
class  AuthenticationState

Functions

const AuthenticationFailureState ({required this.failure})
const CredentialsLoadedState ({required this.credentials})

Variables

part of authentication_bloc dart
sealed class AuthenticationState extends Equatable failure
final class AuthenticatedState extends AuthenticationState credentials

Function Documentation

◆ AuthenticationFailureState()

const AuthenticationFailureState ( {required this.failure} )
Here is the caller graph for this function:

◆ CredentialsLoadedState()

const CredentialsLoadedState ( {required this.credentials} )
Here is the caller graph for this function:

Variable Documentation

◆ credentials

final class AuthenticatedState extends AuthenticationState credentials

◆ dart

part of authentication_bloc dart

Definition at line 1 of file authentication_state.dart.

◆ failure

sealed class AuthenticationState extends Equatable failure