Uses of Class
com.yoti.api.client.docs.session.create.SessionSpec.Builder
Packages that use SessionSpec.Builder
-
Uses of SessionSpec.Builder in com.yoti.api.client.docs.session.create
Methods in com.yoti.api.client.docs.session.create that return SessionSpec.BuilderModifier and TypeMethodDescriptionstatic SessionSpec.BuilderSessionSpec.builder()SessionSpec.Builder.withBlockBiometricConsent(boolean blockBiometricConsent) Sets whether to block the collection of biometric consentSessionSpec.Builder.withClientSessionTokenTtl(Integer clientSessionTokenTtl) Sets the client session token TTL (time-to-live)SessionSpec.Builder.withCreateIdentityProfilePreview(boolean createIdentityProfilePreview) Sets whether to create the identity profile previewSessionSpec.Builder.withIbvOptions(IbvOptions ibvOptions) Sets the options that define if a session will be required to be performed using In-Branch VerificationSessionSpec.Builder.withIdentityProfile(Map<String, Object> identityProfile) Sets the Identity Profile Requirements for the sessionSessionSpec.Builder.withImportToken(ImportTokenPayload importToken) Sets theImportTokenPayloadSessionSpec.Builder.withNotifications(NotificationConfig notifications) Sets theNotificationConfigSessionSpec.Builder.withRequestedCheck(RequestedCheck<?> requestedCheck) Adds aRequestedCheckto the listSessionSpec.Builder.withRequestedTask(RequestedTask<?> requestedTask) Adds aRequestedTaskto the listSessionSpec.Builder.withRequiredDocument(RequiredDocument requiredDocument) Adds aRequiredDocumentto the listSessionSpec.Builder.withResources(ResourceCreationContainer resources) Sets the resources that should be created, when the session is created.SessionSpec.Builder.withResourcesTtl(Integer resourcesTtl) Sets the resources TTL (time-to-live)SessionSpec.Builder.withSdkConfig(SdkConfig sdkConfig) Sets theSdkConfigSessionSpec.Builder.withSessionDeadline(ZonedDateTime sessionDeadline) Sets the deadline that the session must be completed by.SessionSpec.Builder.withSubject(Map<String, Object> subject) Sets the subject for which the identity assertion will be performed for the session.SessionSpec.Builder.withUserTrackingId(String userTrackingId) Sets the user tracking ID