SORIWebAuthOptions.ephemeralKeyEndpoint constructor

const SORIWebAuthOptions.ephemeralKeyEndpoint(
  1. Uri ephemeralKeyEndpoint, {
  2. String requestMethod = 'POST',
  3. Map<String, String> requestHeaders = const <String, String>{},
  4. SORIWebRequestCredentials requestCredentials = SORIWebRequestCredentials.sameOrigin,
  5. Uri? apiEndpoint,
  6. Uri? authEndpoint,
  7. Uri? activityEndpoint,
})

Implementation

const SORIWebAuthOptions.ephemeralKeyEndpoint(
  this.ephemeralKeyEndpoint, {
  this.requestMethod = 'POST',
  this.requestHeaders = const <String, String>{},
  this.requestCredentials = SORIWebRequestCredentials.sameOrigin,
  this.apiEndpoint,
  this.authEndpoint,
  this.activityEndpoint,
});