Interface IssuerRequest.ContextIdStage

All Known Implementing Classes:
IssuerRequest.Builder
Enclosing class:
IssuerRequest

public static interface IssuerRequest.ContextIdStage
  • Method Summary

    Modifier and Type
    Method
    Description
    contextId(@NotNull String contextId)
    Which of your app contexts an exchanged token targets.
  • Method Details

    • contextId

      IssuerRequest._FinalStage contextId(@NotNull @NotNull String contextId)

      Which of your app contexts an exchanged token targets. Must be an existing app context (create it first via POST /v1/app-contexts).