irte_engine
auth_adapter.interface
AuthAdapterAbstract
authenticate abstract method
authenticate
authenticate
method
Null safety
Future
<
AuthToken
>
authenticate
(
AuthPayload
payload
)
Authenticates the user
Implementation
Future<AuthToken> authenticate(AuthPayload payload);
irte_engine
auth_adapter.interface
AuthAdapterAbstract
authenticate abstract method
AuthAdapterAbstract class
Constructors
AuthAdapterAbstract
Properties
endpoint
hashCode
runtimeType
Methods
authenticate
noSuchMethod
post
toString
Operators
operator ==