getGuard abstract method
Gets the guard configuration
guardName The guard name to retrieve
Returns the guard configuration
Throws AuthException if guard is not found
Implementation
Map<String, dynamic> getGuard(String guardName);
Gets the guard configuration
guardName The guard name to retrieve
Returns the guard configuration
Throws AuthException if guard is not found
Map<String, dynamic> getGuard(String guardName);