Instance Method
authenticated(_:)
Returns the authenticatable type’s ID if it exists in the session data.
func authenticated<A>(_ a: A.Type) -> A.SessionID? where A : SessionAuthenticatable
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
func authenticated<A>(_ a: A.Type) -> A.SessionID? where A : SessionAuthenticatable