OptionalclaimThe client ID to use for the SIWBB request. Must match the one in developer portal.
OptionalexpectWe will expect the claim verification to succeed. If false, we will not let user attempt to sign in.
Note: This is not a replacement for checking the claim on your side because users can manipulate the client-side URL parameters.
OptionalhideFor the claimId, we will hide the claim if the user has already completed it (successCount >= 1).
Optionalredirect_The redirect URI to redirect to after the user signs in. Must match the one in developer portal.
OptionalscopeThe scopes to request (e.g. completeClaims,approveSignInWithBitBadges).
OptionalstateThe state to use for the SIWBB request.
We will display this claim on the authorize screen. Just for display purpses. This is still to be checked by you post-authentication.