Skip to content

(iOS Swift) "Let's implement the login" sample code must be fixed #259

@Division

Description

@Division

Sample code is not correct:
controller.onAuthenticationBlock = {(profile:A0UserProfile!, token:A0Token!) -> () in
must be changed to
controller.onAuthenticationBlock = { (profile, token) -> () in

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions