interface PKPAuthenticationMethod {
    type: string;
    value?: string;
}

Properties

Properties

type: string
value?: string