hex encoded transit private key
Optional
redirectURI: stringlocation to redirect user to after sign in approval
Optional
manifestURI: stringlocation of this app's manifest file
the permissions this app is requesting
Optional
appDomain: stringthe origin of this app
the time at which this request is no longer valid
Any extra parameters you'd like to pass to the authenticator. Use this to pass options that aren't part of the Blockstack auth spec, but might be supported by special authenticators.
the authentication request
Generated using TypeDoc
Generates an authentication request that can be sent to the Blockstack browser for the user to approve sign in. This authentication request can then be used for sign in by passing it to the
redirectToSignInWithAuthRequest
method.Note: This method should only be used if you want to roll your own authentication flow. Typically you'd use
redirectToSignIn
which takes care of this under the hood.