UserServiceType

public protocol UserServiceType : Sendable

Provides access to user operations

  • user() Asynchronous

    Returns authenticated user information

    Declaration

    Swift

    func user() async throws -> User

    Return Value

    A single user