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
Instance Method
func authenticated<A>(_ a: A.Type) -> A.SessionID? where A : SessionAuthenticatable