Identify

public struct Identify: Fn

Identify checks the given password against the ref’s credentials, returning true if the credentials are valid, or false otherwise..

Reference..

  • Declaration

    Swift

    public init(ref: Expr, password: Expr)

    Parameters

    ref

    The resource ref to identify.

    password

    Password for the resource.