Bluestep JS Documentation
    Preparing search index...
    Index

    Other

    • Do the authorization.

      Returns void

    • Callback when successfully authorized

      Parameters

      Returns this

    • Callback when the user is not authorized. Mutually exclusive with redirectUrl

      Parameters

      • notAuthorizedFnc: () => void

      Returns this

    • Used with response or authorizationCodeCallback when the oauth needs to do a redirect

      Parameters

      • redirectUrl: string

      Returns this

    • Specifies any string value that your application uses to maintain state between your authorization request and the authorization server's response.

      Parameters

      • state: string

      Returns this

    `EXPERIMENTAL`

    • Callback when more is needed to complete the OAuth transaction and more customization is needed than a simple server redirect using response. Mutually exclusive with response

      Parameters

      Returns this