How to setup 2 secrets in schema

Hi there I was wandering how could I add 2 password types instead of one.
For example a User might have password for login and secret key for doing secret stuff.

type User  @secret(field: "password", pred: "password") {
  fname: String!
}