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). A credential authorized via the CLI bootstrap's provisioning capability may only name the app context it is itself bound to; naming another one is refused. A root API key may name any of its contexts.