getGuard abstract method

Map<String, dynamic> getGuard(
  1. String guardName
)

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);