useStsToken property
bool
get
useStsToken
Whether an STS security token is in use.
Implementation
bool get useStsToken => securityToken != null && securityToken!.isNotEmpty;
Whether an STS security token is in use.
bool get useStsToken => securityToken != null && securityToken!.isNotEmpty;