redirectUri

val redirectUri: String? = null

Parameters

redirectUri

Used to redirect the user back to the app after authorization. It is required in the Authorization Code Flow. You can skip this parameter only if you are sure that the Pre-Authorization Code Flow will be used at all times for this SDK instance. You also need to register this URI within your app using the manifest placeholders. See: MATTR Learn - Claim a credential tutorial.