guard property
String?
get
guard
Gets the user's authentication guard name.
Implementation
String? get guard => attribute<String>('auth_guard');
Gets the user's authentication guard name.
String? get guard => attribute<String>('auth_guard');