# SDK Methods Follower

# registerFollowerInstance

This initializes an authenticated follower instance for you to display the Wallet UI with. If the leader is not authenticated this will throw an error.

public async registerFollowerInstance(): Promise<void>

    # getWalletFollowerURL

    Builds up the follower URL for you and adds all the context to the query string so you don't have to worry about it.

    public getWalletFollowerURL(): string