Skip to content

Commit

Permalink
upd README - setPurpose
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael authored Mar 27, 2021
1 parent 2b303ba commit ddc680e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ void insertSPIDButton(string $size)
```
stampa il codice per l'inserimento dello smart button. $size specifica la dimensione del pulsante (S|M|L|XL)

### setPurpose
```
void setPurpose(string $purpose)
```
imposta l'estensione "Purpose" nell'AuthenticationRequest per inviare una richiesta di autenticazione per identità digitale ad uso professionale ([Avviso SPID n.18 v.2](https://www.agid.gov.it/sites/default/files/repository_files/spid-avviso-n18_v.2-_autenticazione_persona_giuridica_o_uso_professionale_per_la_persona_giuridica.pdf)).
$purpose specifica il valore dell'estensione Purpose (P|LP|PG|PF|PX)

### login
```
void login($idp, $level, [$returnTo], [$attributeConsumingServiceIndex])
Expand Down

0 comments on commit ddc680e

Please sign in to comment.