Identity constructor

Identity({
  1. OIDC? oidc,
})

Implementation

Identity({
  this.oidc,
});