Skip to content

Instance Method

get(_:)

Returns the authenticated instance of the supplied type.
func get<A>(_ type: A.Type = A.self) -> A? where A : Authenticatable

Discussion

Note

nil if no type has been authed.