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.
Instance Method
func get<A>(_ type: A.Type = A.self) -> A? where A : Authenticatable
Note
nil if no type has been authed.